home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / online / appbar.EXE / readme.txt < prev   
Text File  |  1996-09-20  |  4KB  |  107 lines

  1. AppBar for Windows 95/NT4 v1.00
  2.  
  3. Don't run appbar.exe under WinNT 3.x.  It won't work very well. :)
  4. Go to the home page to get a WinNT 3.x version (see bottom for URL).
  5.  
  6. IMPORTANT: MAKE SURE YOU ARE USING THE LATEST VERSION OF APPBAR 
  7. BEFORE YOU E-MAIL ME WITH ANY PROBLEMS!!!
  8.  
  9. ****** Intro ************************************
  10.  
  11. AppBar is a simple, fast and easy-to-use menuing system for Win32.  Since
  12. this program is a full 32-bit program, it will not run in Windows 3.x. 
  13.  
  14. My idea behind AppBar was threefold: 1) I wanted a version of FileBar for
  15. OS/2 that ran under Win95 since I found that program incredibly useful; 
  16. 2) I wanted to write a menu system for Win95 that was as small as possible
  17. to show that Win32 programs do not have to be 1 MB and have MAPI support
  18. to do something effectively; and 3) I wanted to learn C and the Win32 API
  19. better. 
  20.  
  21. As it is, AppBar is a visual clone of FileBar (with a few exceptions).  
  22. None of Eric Wolf's code was used in this program however.
  23.  
  24. ****** Command Line Parameters *******************
  25.  
  26. Usage: appbar.exe [+/-[f filename] [c] [s] [t] [m] [a] [d] [b]] [name]
  27.  
  28. "Name" represents a user configuration.  If you use this, a new settings
  29. entry is created in the Registry and a new data file, appbar.name, is 
  30. created in the AppBar directory to store the menu items for that user. 
  31. With this, you can have several people use AppBar on the same computer 
  32. while each has their own menus and settings.  This setting overrides all 
  33. other switches. 
  34.  
  35.     Example: appbar.exe mike
  36.  
  37. Use (or create) user setting mike in registry and file mike.ab.
  38.  
  39. Switches
  40.  
  41. Switches are prefixed by a plus or minus depending on whether you want
  42. to turn on/off that setting.  (yes) means that option is on by default.
  43.  
  44.     "c" - chime or play a WAV on the hour. (no)
  45.     "s" - stayontop. (yes)
  46.     "t" - display time. (yes)
  47.     "m" - display free memory. (yes)
  48.     "b" - place AppBar at the bottom of the screen. (no)
  49.     "d" - display date. (no)
  50.     "a" - autohide. (yes)
  51.     "f" - use the data file indicated.
  52.         - THE FILENAME MUST COME RIGHT AFTER THIS SWITCH and it
  53.           doesn't matter if the switch is preceeded by a + or -.
  54.  
  55.     Example: appbar.exe +s -c +f mydatafile
  56.  
  57. Turn off the chime, turn on stayontop and use "mydatafile" as the
  58. menu datafile (long filenames are fine and extension doesn't matter).
  59.  
  60. The only difference between using a user configuration and the switches is
  61. that the switches change the default configuration while using a user
  62. configuration means that any changes to the options are saved to that user
  63. configuration ONLY. 
  64.  
  65. ****** Money ************************************
  66.  
  67. AppBar is freeware with one exception.  If you are using this on your 
  68. private machine, you do not have to pay me anything to use it.  There are 
  69. no nags and no hidden "features."  If you want to send me a few bucks, 
  70. I won't complain.
  71.  
  72. HOWEVER, if this program is to be used in a commercial/business 
  73. environment, you have 15 days to try AppBar.  If you like it, I ask that 
  74. you register it for $1 per workstation.  $100 gets you a site license and 
  75. the right to do anything you'd like with the source as long as the 
  76. modified source is not publically released.
  77.  
  78. Make checks payable to Mike Perham and send to:
  79.  
  80. 630 Stewart Ave
  81. Ithaca NY 14850 (before Dec 1st, 1997)
  82.  
  83. 4481 Elder Ave
  84. Seal Beach CA 90740 (after)
  85.  
  86. This program may be freely redistributed as long as it is in its original
  87. archive file and no fee is charged for the program itself.
  88.  
  89. ****** Thanks **********************************
  90.  
  91. Official AppBar thanks goes to PeopleSoft Inc (http://www.peoplesoft.com),
  92. who hired me as an intern and which was where I worked while writing what 
  93. has become AppBar.  They have a free unlimited license if they want it.
  94.  
  95. Thanks to Boyd Fjeldsted <bebrblf@business.utah.edu> for a $10 
  96. contribution to the AppBar development fund and his feedback/testing.
  97.  
  98. Thanks to Kai Schatzl for translating AppBar into German and beta testing.
  99.  
  100. Thanks to Command Software Systems for site licensing AppBar.
  101.  
  102. ****** Administrivia ***************************
  103.  
  104. E-mail: mperham@cs.cornell.edu
  105. WWW: http://www.cs.cornell.edu/Info/People/mperham/appbar/
  106. AppBar is written in Visual C++ v4.2 in Windows NT v4.0.
  107.